Cis Tagging Tag UpdateSpec

Cis Tagging Tag UpdateSpec
Cis Tagging Tag UpdateSpec

The Cis Tagging Tag UpdateSpec schema describes the updates to be made to an existing tag.

Use the PATCH /cis/tagging/tag/{tagId} operation to modify a tag. When you call the operation, you specify the tag identifier. You obtain the tag identifier when you call the POST /cis/tagging/tag operation. You can also retrieve an identifier by using the GET /cis/tagging/tag operation.

JSON Example
{
    "name": "string",
    "description": "string"
}
string
name
Optional

The display name of the tag.

If missing or null the name will not be modified.

string
description
Optional

The description of the tag.

If missing or null the description will not be modified.